<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
              env:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
	  <env:Body>
		    <env:Fault type="SOAPResponse">
			      <faultcode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Base Types.String"
                    xsi:type="Unknown">RESPONSE2</faultcode>
			      <faultstring xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="Base Types.String"
                      xsi:type="Unknown">RESPONSE3</faultstring>
			      <detail xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Unknown">RESPONSE4</detail>
		    </env:Fault>
	  </env:Body>
</env:Envelope>